--- title: "Anoushka Sainani " author: "Anoushka Sainani" date: "20/02/2022" slug: [] categories: - R tags: - R Markdown image: https://www.alice-in-wonderland.net/wp-content/uploads/201.jpg caption: '' preview: yes output: blogdown::html_page: toc: no fig_width: 5 fig_height: 5 keep_md: yes description: I am Anoushka Sainani and this is my online portfolio of the work I did over the course of the past two weeks on R Studio. ---
I am Anoushka Sainani and this is my online portfolio of the work I did over the course of the past two weeks on R Studio. The graphs below show my progress and what I have learnt in this workshop with Arvind.
I chose the graphs that I enjoyed making the most.
This is a map of the restaurants in Colaba, Bombay, plotted using tmaps on R Studio. The data has been taken from various packages like ‘rnaturalearth’, ‘osmdata’, ‘sf’, etc.
## min max
## x 72.80597 72.84597
## y 18.89509 18.93509
## Reading layer `buildings' from data source
## `C:\Users\Arvind\My Drive\R work\MyWebsites\dtt-2021-2022\content\portfolio\Anoushka Sainani\buildings.gpkg'
## using driver `GPKG'
## Simple feature collection with 1353 features and 81 fields
## Geometry type: POLYGON
## Dimension: XY
## Bounding box: xmin: 72.80581 ymin: 18.89468 xmax: 72.84398 ymax: 18.93649
## Geodetic CRS: WGS 84
## Reading layer `parks' from data source
## `C:\Users\Arvind\My Drive\R work\MyWebsites\dtt-2021-2022\content\portfolio\Anoushka Sainani\parks.gpkg'
## using driver `GPKG'
## Simple feature collection with 20 features and 13 fields
## Geometry type: POLYGON
## Dimension: XY
## Bounding box: xmin: 72.81082 ymin: 18.90887 xmax: 72.83712 ymax: 18.93548
## Geodetic CRS: WGS 84
## Reading layer `greenery' from data source
## `C:\Users\Arvind\My Drive\R work\MyWebsites\dtt-2021-2022\content\portfolio\Anoushka Sainani\greenery.gpkg'
## using driver `GPKG'
## Simple feature collection with 19 features and 4 fields
## Geometry type: POLYGON
## Dimension: XY
## Bounding box: xmin: 72.80498 ymin: 18.90806 xmax: 72.83861 ymax: 18.93126
## Geodetic CRS: WGS 84
## Reading layer `trees' from data source
## `C:\Users\Arvind\My Drive\R work\MyWebsites\dtt-2021-2022\content\portfolio\Anoushka Sainani\trees.gpkg'
## using driver `GPKG'
## Simple feature collection with 225 features and 2 fields
## Geometry type: POINT
## Dimension: XY
## Bounding box: xmin: 72.80568 ymin: 18.89596 xmax: 72.83382 ymax: 18.93498
## Geodetic CRS: WGS 84
## Reading layer `roads' from data source
## `C:\Users\Arvind\My Drive\R work\MyWebsites\dtt-2021-2022\content\portfolio\Anoushka Sainani\roads.gpkg'
## using driver `GPKG'
## Simple feature collection with 333 features and 21 fields
## Geometry type: LINESTRING
## Dimension: XY
## Bounding box: xmin: 72.80416 ymin: 18.89559 xmax: 72.84218 ymax: 18.93855
## Geodetic CRS: WGS 84
## Reading layer `restaurants' from data source
## `C:\Users\Arvind\My Drive\R work\MyWebsites\dtt-2021-2022\content\portfolio\Anoushka Sainani\restaurants.gpkg'
## using driver `GPKG'
## Simple feature collection with 85 features and 38 fields
## Geometry type: POINT
## Dimension: XY
## Bounding box: xmin: 72.80608 ymin: 18.90812 xmax: 72.84036 ymax: 18.93496
## Geodetic CRS: WGS 84
## [1] "lebanese" "italian" "seafood" "indian"
## [5] "italian" "asian" "indian" "Seafood"
## [9] "burger" "indian" "italian" "indian"
## [13] "lebanese" "pizza" "regional" "international"
## [17] "South_Indian" "persian" "pizza" "indian"
## [21] "chinese" "indian" "indian" "indian"
## [25] "indian" "local" "pizza" "italian"
With this interactive map, I am plotting the restaurants in Colaba, Bombay.